object dlgAddPage: TdlgAddPage Left = 387 Top = 214 ActiveControl = edURL BorderStyle = bsDialog Caption = 'Add Page' ClientHeight = 97 ClientWidth = 469 Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 13 Width = 97 Height = 13 Caption = 'URL of page to add:' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object btnOK: TTransparentButton Left = 388 Top = 13 Width = 70 Height = 24 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FrameStyle = fsLight ParentFont = False OnClick = btnOKClick end object btnCancel: TTransparentButton Left = 388 Top = 41 Width = 70 Height = 24 Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FrameStyle = fsLight ParentFont = False OnClick = btnCancelClick end object edURL: TEdit Left = 12 Top = 32 Width = 360 Height = 21 TabOrder = 0 OnChange = edURLChange end end